home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / dexter.swf / scripts / DefineButton2_276 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2003-10-24  |  218 b   |  16 lines

  1. on(release){
  2.    tellTarget("/sdoor")
  3.    {
  4.       gotoAndPlay(2);
  5.    }
  6.    tellTarget("sclock")
  7.    {
  8.       gotoAndStop("stop");
  9.       play();
  10.    }
  11.    tellTarget("/")
  12.    {
  13.       gotoAndStop("dedee");
  14.    }
  15. }
  16.